home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / JM_RF_14.ZIP / CLEAR.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1995-04-09  |  689b  |  77 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 3.1O (Encryption type I) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     String   STRING001
  20.     Declare  Procedure PROC001()
  21.  
  22. ;------------------------------------------------------------------------------
  23.  
  24.     PROC001()
  25.     End
  26.  
  27. ;------------------------------------------------------------------------------
  28.  
  29.     Procedure PROC001()
  30.  
  31.     GetUser
  32.     STRING001 = GetEnv("PCBDRIV") + GetEnv("PCBDIR")
  33.     If (Exist(STRING001 + "FLIST." + String(PcbNode()))) Delete STRING001 + "FLIST." + String(PcbNode())
  34.  
  35.     EndProc
  36.  
  37.  
  38. ;------------------------------------------------------------------------------
  39. ;
  40. ; Usage report (before postprocessing)
  41. ;
  42. ; ■ Statements used :
  43. ;
  44. ;    1       End
  45. ;    1       Goto 
  46. ;    1       Let 
  47. ;    1       If 
  48. ;    1       GetUser
  49. ;    1       Delete 
  50. ;    1       EndProc
  51. ;
  52. ;
  53. ; ■ Functions used :
  54. ;
  55. ;    5       +
  56. ;    2       String()
  57. ;    2       PcbNode()
  58. ;    2       GetEnv()
  59. ;    1       Exist()
  60. ;
  61. ;------------------------------------------------------------------------------
  62. ;
  63. ; Analysis flags : No flag
  64. ;
  65. ;------------------------------------------------------------------------------
  66. ;
  67. ; Postprocessing report
  68. ;
  69. ;    0       For/Next
  70. ;    0       While/EndWhile
  71. ;    0       If/Then or If/Then/Else
  72. ;    0       Select Case
  73. ;
  74. ;------------------------------------------------------------------------------
  75. ;                 AEGiS Corp - Break the routines, code against the machines!
  76. ;------------------------------------------------------------------------------
  77.